func math/big.subVW
9 uses
math/big (current package)
arith_decl.go#L22: func subVW(z, x []Word, y Word) (c Word)
nat.go#L147: c = subVW(z[n:], x[n:], c)
nat.go#L260: subVW(z[n:n+n>>1], z[n:], c)
natdiv.go#L843: subVW(qhat, qhat, 1)
natdiv.go#L846: subVW(qhatv[s:], qhatv[s:], c)
natdiv.go#L855: subVW(uu[len(qhatv):], uu[len(qhatv):], c)
natdiv.go#L876: subVW(qhat, qhat, 1)
natdiv.go#L879: subVW(qhatv[s:], qhatv[s:], c)
natdiv.go#L889: c = subVW(u[len(qhatv):], u[len(qhatv):], c)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |